chromeos-common.sh: Fix typo: s/deivce/devices/ BUG=None TEST=dictionary Change-Id: I5c47974fe392022fdb40ac84e1d1b8f5f2ea50c9 Reviewed-on: https://chromium-review.googlesource.com/205411 Tested-by: Josh Triplett <josh@joshtriplett.org> Reviewed-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Don Garrett <dgarrett@chromium.org> Commit-Queue: Josh Triplett <josh@joshtriplett.org>
diff --git a/share/chromeos-common.sh b/share/chromeos-common.sh index 349e30f..ccf8fa6 100644 --- a/share/chromeos-common.sh +++ b/share/chromeos-common.sh
@@ -147,7 +147,7 @@ if [ ! -r "${mmc}/size" ]; then continue fi - # We only select deivce that are 1GB or larger. + # We only select devices that are 1GB or larger. if [ "$(cat "${mmc}/size")" -ge 2097152 ]; then echo "${mmc##*/}" fi